home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6511.txt < prev    next >
Text File  |  1996-08-30  |  1KB  |  20 lines

  1. NPV
  2.  
  3. Net Present Value function. This function lets you calculate the present value of a future value. The 窶彗窶 parameter denotes the interest rate, and the 窶彙窶 parameter contains the number of periods between the present time and the time when the future value is cashed in (or out). If you use this function with the same interest rate, many places in a model, you can create an 窶彿nterest rate窶 node with this interest value as output value, and insert a reference to this node in the 窶彗窶 fields. If you want to change the interest rate in the model, this is done by changing the 窶彿nterest rate窶 node. This setup also allows you to attach uncertainty to the interest rate throughout a model.
  4.  
  5. Note that by using negative 窶彙窶 values you can use the NPV function to calculate the future value of a present value as well.
  6.  
  7. Default parameter values:
  8.     a = 0.1, b = 1
  9.  
  10. Example 1:
  11.     a = 0.05, b = 7
  12.  
  13.     Input = 4.2  =>  Output =     2.9848616
  14.     Input = 7.9  =>  Output =     5.6143825
  15.  
  16. Example 2:
  17.     a = 0.05, b = -7
  18.  
  19.     Input = 2.9848616  =>  Output =     4.2
  20.     Input = 5.6143825  =>  Output =     7.9